Thank you, kkq! Hopefully they will fix the issue completely in a future iOS update, but this will work for now. I'm using SwiftUI so this worked for me:
extension UIWindow {
open override var editingInteractionConfiguration: UIEditingInteractionConfiguration { return .none }
open override var canBecomeFirstResponder: Bool { return true }
}
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: